home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / EnterAct 3.5 / Drag_on Modules / hAWK programs / hAWKTempProgram < prev    next >
Encoding:
Text File  |  1992-12-13  |  133 b   |  10 lines  |  [TEXT/????]

  1.     {
  2.     totSize += $2
  3.     }
  4.  
  5. END {
  6.     print FNR, totSize, totMem, "51928"
  7.     print "Average ratio of memory to file size:", 51928 / totSize
  8.     }
  9.  
  10.